home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / bcd101m.arc / BCD.DOC next >
Text File  |  1991-07-09  |  8KB  |  189 lines

  1.  
  2.         BCD  Copyright (c) 1991  by George Kerber        05/18/91
  3.  
  4. --------------------------------------------------------------------------  
  5.    SHAREWARE   SHAREWARE   SHAREWARE   SHAREWARE   SHAREWARE   SHAREWARE
  6. --------------------------------------------------------------------------
  7.  
  8. BCD is SHAREWARE.  If you try this program and continue to use it for over
  9. 30 days you are required to register your copy and make payment of $5 for
  10. use of the program.  Please make payment of $5 to:
  11.  
  12.               George Kerber               Aurora, CO  80013
  13.               19756 E. Linvale Dr.           (303) 693-2890
  14.  
  15. --------------------------------------------------------------------------  
  16.    SHAREWARE   SHAREWARE   SHAREWARE   SHAREWARE   SHAREWARE   SHAREWARE
  17. --------------------------------------------------------------------------
  18.  
  19.      Program:  BCD.EXE
  20.   Programmer:  George Kerber & Randy Carter
  21.  Application:  MS-DOS  3.0 or higher
  22.      Written:  05/07/91 - 05/18/91
  23.       Status:  Shareware  - Requires shareware payment of $5.
  24.  
  25.  
  26. Purpose:
  27. --------
  28. A replacement for the MS-DOS CD command.  BCD retains almost complete
  29. compatibility with the DOS CD command.  BCD retains a history of the previous
  30. 9 directories.  The user can instantly return to any of the previous 9
  31. directories.  BCD can change the drive and directory at the same time.
  32.             
  33.  
  34.       SYNTAX:  BCD [ -d ] [ - ] [ -# ] [ [ drive:]\directory ]
  35.  
  36.                BCD  display a list of the previous 9 directories.
  37.  
  38.                -d  deletes the current BCD.DAT file.
  39.  
  40.                 -  returns to the previous directory.
  41.                    (a history file must exist)
  42.  
  43.                -#  changes directory up # of levels.
  44.  
  45.  
  46. USAGE:
  47. ------
  48. BCD can be used the same as the CD command.  Simply enter the desired path as
  49. the argument to BCD.  If the directory is valid the current directory will be
  50. changed. 
  51.  
  52. Unlike CD, BCD will change the current drive and the current directory.  There
  53. is no longer any need to change the current drive and then the current
  54. directory.  
  55.  
  56. Enter BCD by itself, and a window will display the previous 9 directories.
  57. Press <ESC> to quit.  You may select any of the displayed directories by:
  58.      
  59.    1.  Press the number of the desired directory.
  60.    2.  Move the highlight (using the cursor keys) to the desired directory
  61.        and press ENTER.
  62.    3.  Move the highlight (by moving the mouse up or down) to the desired
  63.        directory and press the left mouse button.  The right button is the
  64.        same as pressing ESC.
  65.  
  66. Use 'BCD -' to return to the previous directory.
  67.  
  68. Use 'BCD -#' to move up # of levels.
  69.  
  70.  
  71. INSTALLATION:
  72. -------------
  73. Copy BCD to any directory in your current PATH so it is always accessible.
  74.  
  75.  
  76. ADVANCED INSTALLATION:
  77. ----------------------
  78. Advanced users may choose a more transparent installation method by modifying
  79. their COMMAND.COM file.
  80.  
  81. If the FIXCOM.EXE & FIXCOM.DOC & FIXCD.BAT files are included with this
  82. program, the change is easy to make.  After reading the warnings in FIXCOM.DOC,
  83. run the FIXCD.BAT batch file and then reboot.  The change will be ineffect
  84. immediately.
  85.  
  86.                                  --- or ---
  87.  
  88. Using an editor (that will edit binary files), change the name of the internal
  89. CD command in COMMAND.COM to something else.  I suggest changing it to DD,
  90. since this is not used anywhere else in the file.  Rename BCD.EXE to CD.EXE
  91. and copy it to a directory that is in your current PATH.
  92.  
  93. The internal CD command will still be usable (but why?), by using the new
  94. name.  But the BCD command will now be used whenever CD is entered at the DOS
  95. prompt.
  96.  
  97.  
  98.     EXAMPLES:  Assume the current directory is c:\
  99.  
  100.                C:> BCD c:\source\bcd           # change directory
  101.  
  102.                C:\SOURCE\BCD> BCD a:\data      # change directory & drive
  103.  
  104.                A:\DATA> BCD -                  # change to previous directory
  105.  
  106.                C:\SOURCE\BCD> BCD data\storage\temp
  107.  
  108.                C:\SOURCE\BCD\DATA\STORAGE\TEMP> BCD -3   # move up 3 levels
  109.  
  110.                C:\SOURCE\BCD> BCD \            # change to root of current drive
  111.  
  112.                C:> BCD                         # enter BCD w/o options
  113.  
  114.                A window will be displayed on the screen showing the previous
  115.                9 directories visited.  Note that only 4 are shown--the history
  116.                file has not been built up to 9.  Duplicates are removed.
  117.  
  118.                       +-----------------------------------------+
  119.                       |        BetterCD        v1.00k           |
  120.                       +-----------------------------------------+
  121.                       |   1.  C:\                               |
  122.                       |   2.  C:\SOURCE\BCD                     |
  123.                       |   3.  C:\SOURCE\BCD\DATA\STORAGE\TEMP   |
  124.                       |   4.  A:\DATA                           |
  125.                       +-----------------------------------------+
  126.                       |      Select a directory by number       |
  127.                       |           or <ENTER> to quit            |
  128.                       +-----------------------------------------+
  129.  
  130.                You may select a listed directory or press ENTER to quit.
  131.  
  132.  
  133. STORAGE:
  134. --------
  135. The previous directories are stored in a file named C:\BCD.DAT. This is a
  136. hidden/read_only file located in the root directory of your C: drive.  Since
  137. the previous directories are stored in a file, the history is always available,
  138. even if the computer has been rebooted.  Do not edit this file, the format is
  139. very important.
  140.  
  141. You can change the drive the data file is stored on by setting an environmental
  142. variable.  For example, to use the D: drive,  instead of the default C: drive:
  143.  
  144.                c:> set CD=D
  145.  
  146. If the default drive is changed, the SET command should be added to your
  147. AUTOEXEC.BAT file.  Normally, there is no need to change the default drive.
  148.  
  149.  
  150. CAVEATS:
  151. --------
  152. There are a few areas where the CD & BCD commands are incompatible.  CD will
  153. accept a .. or \ as its argument with no space between the program name and
  154. the argument.  BCD will not work this way.
  155.  
  156.             Okay -> CD\       Not Okay -> BCD\       Okay -> BCD \
  157.  
  158. If you've installed BCD as CD.EXE (described above), some of your existing
  159. batch files may not work if they use CD and a .. or \ as shown above.  The
  160. batch files will need to be modified, adding the space between the CD 
  161. command the the .. or \.
  162.  
  163. BCD may not know what the previous directories are if you ever change
  164. directories using the old CD command or change drives in the old manner.
  165. To insure a complete history, always use BCD when changing directories or
  166. drives.
  167.  
  168.  
  169. CREDIT:
  170. -------
  171. This program is a total re-write of a program called CDX.EXE.  CDX was written
  172. by my good friend Randy Carter.  CDX worked similar to BCD, without the display
  173. window and was slower.  Randy did the hard work, determining how the program
  174. should work.  All shareware payments will be shared equally with Randy.
  175.  
  176.  
  177. STATUS:
  178. -------
  179. BCD is SHAREWARE.  You have permission to use this program for a period of 30
  180. days.  After 30 days you must send the author $5 for the use of the program and
  181. to register your copy or discontinue use.  Contact the author for information
  182. on site licensing.  I assume no responsibility for the use of this program or
  183. its operation.  (I hate responsibility)
  184.  
  185.  
  186.                      George Kerber               Aurora, CO  80013
  187.                      19756 E. Linvale Dr.           (303) 693-2890
  188.  
  189.